home *** CD-ROM | disk | FTP | other *** search
- object frmContinue: TfrmContinue
- Left = 242
- Top = 124
- BorderStyle = bsDialog
- Caption = '�m�F'
- ClientHeight = 120
- ClientWidth = 420
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblMsg2: TLabel
- Left = 16
- Top = 40
- Width = 385
- Height = 17
- Alignment = taCenter
- AutoSize = False
- ParentShowHint = False
- ShowHint = False
- end
- object lblMsg1: TLabel
- Left = 16
- Top = 16
- Width = 385
- Height = 17
- AutoSize = False
- ParentShowHint = False
- ShowHint = False
- end
- object lblMsg3: TLabel
- Left = 16
- Top = 64
- Width = 385
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = '�����𑱂��܂���?'
- end
- object btnOK: TButton
- Left = 231
- Top = 93
- Width = 88
- Height = 22
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 327
- Top = 93
- Width = 88
- Height = 22
- Cancel = True
- Caption = '�L�����Z��'
- ModalResult = 2
- TabOrder = 1
- OnClick = btnCancelClick
- OnKeyPress = btnCancelKeyPress
- end
- object btnContinue: TButton
- Left = 8
- Top = 93
- Width = 215
- Height = 22
- Caption = '������G���[���b�Z�[�W��\�����Ȃ�(&A)'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = btnContinueClick
- end
- end
-